Modify git.mk to handle our split NLS directories
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 Aug 2016 10:52:08 +0000 (11:52 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 Aug 2016 10:52:08 +0000 (11:52 +0100)
commit445286c2c3fdb7a3c246491da8ceb2a82c07dfd4
treefbd75b4a246c7b811cfa285da98a9f760e16fa55
parent9e1afd7ba8dfc0edade1f8af7bd0635067589133
Modify git.mk to handle our split NLS directories

GTK+ has two directories for translations: the default 'po' and the
additional 'po-properties' for the GObject properties translation
domain.

Since the content of the translations directories are filled by
autoreconf and gettext, and are duplicated between the two gettext
domains we use, we should handle this ad hoc inside git.mk, instead of
trying to catch up by adding po-properties files in GITIGNOREFILES.
Makefile.am
git.mk